67f88584a4ab330bbda956b3d0d830468d28920f,modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCachePartitionExchangeManager.java,ExchangeWorker,body,#,1180

Before Change


                            }
                        }
                        else {
                            U.log(log, "Nothing scheduled, skipping rebalancing [top=" + exchFut.topologyVersion() + "]");
                        }
                    }
                }

After Change


                                    ", node=" + exchFut.discoveryEvent().node().id() + ']');
                        }
                        else
                            U.log(log, "Skipping rebalancing (nothing scheduled) " +
                                "[top=" + exchFut.topologyVersion() + ", evt=" + exchFut.discoveryEvent().name() +
                                ", node=" + exchFut.discoveryEvent().node().id() + ']');
                    }
                }
                catch (IgniteInterruptedCheckedException e) {